home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(1)
- icones()
- repeat with i = 11 to 17
- if rollOver(i) then
- if the castNum of sprite 10 <> i then
- puppetSound(4, "clik")
- end if
- set the puppet of sprite 10 to 1
- set the castNum of sprite 10 to i
- end if
- end repeat
- end
-
- on enterFrame
- set the volume of sound 1 to 100
- set the volume of sound 2 to 255
- end
-